go/printer.printer.useNodeComments (field)

3 uses

	go/printer (current package)
		nodes.go#L73: 	if g == nil || !p.useNodeComments {
		printer.go#L84: 	useNodeComments bool                // if not set, ignore lead and line comments of nodes
		printer.go#L1125: 	p.useNodeComments = p.comments == nil